From: Nobuhiro Iwamatsu Date: Thu, 17 Mar 2016 01:25:23 +0000 (+0000) Subject: Fix uImage build X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~134 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//styles.css/%22http:/www.example.com/styles.css?a=commitdiff_plain;h=5fde7b309ebb76d4adaa7e8640d8a8e5a738c1c9;p=linux-4.9.git Fix uImage build [bwh: This was added without a description, but I think it is dealing with a similar issue to powerpcspe-omit-uimage.patch] Gbp-Pq: Topic debian Gbp-Pq: Name arch-sh4-fix-uimage-build.patch --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index bf5b3f5f4962..734ac1ca0497 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -82,7 +82,6 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ # Give the various platforms the opportunity to set default image types defaultimage-$(CONFIG_SUPERH32) := zImage -defaultimage-$(CONFIG_SH_SH7785LCR) := uImage defaultimage-$(CONFIG_SH_RSK) := uImage defaultimage-$(CONFIG_SH_URQUELL) := uImage defaultimage-$(CONFIG_SH_MIGOR) := uImage